UInt16NINumericUInt16NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Multiply(
UInt16N value
)
Private Function Multiply (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).Multiply
private:
virtual UInt16N Multiply(
UInt16N value
) sealed = INumeric<UInt16N>::Multiply
private abstract Multiply :
value : UInt16N -> UInt16N
private override Multiply :
value : UInt16N -> UInt16N
- value UInt16N
- The value to multiply with the current value.
UInt16NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)